home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2002 April / maximum-cd-2002-04.iso / Data / items.pcg / scripts / DefineButton2_259 / BUTTONCONDACTION on(keyPress Down).as next >
Encoding:
Text File  |  2002-02-13  |  161 b   |  4 lines

  1. on(keyPress "<Down>"){
  2.    scrollListDown("menugame","arGamesDBSlice.","gamenumber",arGamesDBSlice.length,topDB,"topDB",dbCount,"dbCount",currentGameCount);
  3. }
  4.